Fix incorrect indentation. Reviewers: mclow.lists Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D43167 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@325087 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/ios b/include/ios index 0bffa57..6e32d0f 100644 --- a/include/ios +++ b/include/ios 
@@ -670,7 +670,7 @@  void set_rdbuf(basic_streambuf<char_type, traits_type>* __sb);  private:  basic_ostream<char_type, traits_type>* __tie_; - mutable int_type __fill_; + mutable int_type __fill_;  };    template <class _CharT, class _Traits>